@charset "utf-8";
/* CSS Document */
html,
body {
  width: 750px;
  margin: 0 auto;
  min-width: inherit;
  overflow-x: hidden;
  transform: '';
}
.fl_pc {
  float: none;
  display: block;
}
.fr_pc {
  float: none;
  display: block;
}
.pchide {
  display: block;
}
.mhide {
  display: none;
}
.padhide {
  display: none;
}
.maxcontainer {
  min-width: 100%;
}
.container {
  width: 100%;
}
/* 通用头部 */
.banner-wrap {
  height: 560px;
}
.logo {
  width: 100%;
  margin:40px auto;
}
.logo > img {
  width: 120px;
}
.logo > h1 {
  font-size: 4.25rem;
}
.logo > h4 {
  font-size: 2rem;
}
.sousuo {
  width: 86%;
}
.sousuo .input {
  width: 80%;
}
.sousuo .search {
  width: 20%;
}
.sousuo .input .picker select {
  -webkit-appearance: none;
  font-size: 28px;
  background-size: 14px;
}
.sousuo .input .picker select option,
.sousuo .input > input {
  font-size: 28px;
}
.sousuo .search {
  font-size: 30px;
}
.sousuo .input,
.sousuo .input > input,
.sousuo .search {
  height: 60px;
}
.sousuo .input .picker:before {
  top: 20px;
}
.mobile-toolbar {
  position: relative;
  z-index: 1;
  height: 80px;
  background-color: #2f73d2;
  overflow: hidden;
}
.mobile-toolbar .topbar-assist {
  font-size: 0;
  height: 50px;
  margin-top: 15px;
  line-height: 50px;
  margin-right: 1rem;
  border-color: #99c4ff;
  border-radius: 50px;
}
.mobile-toolbar .topbar-assist li {
  font-size: 30px;
  display: inline-block;
  padding: 0 1em;
  position: relative;
}
.mobile-toolbar .topbar-assist li:not(:first-child)::before {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #99c4ff;
  transform: translateY(-50%);
}
.mobile-toolbar .topbar-assist li a {
  color: #e5efff;
}
.main-banner .item {
  text-align: center;
}

.main-banner .item:first-child img {
  height: 100%;
  width: auto;
  margin-left: -2450px;
}
/* 移动端导航 */
.mobile-toggle-center {
  position: absolute;
  height: 3rem;
  width: calc(100% - 2rem);
  top: 0;
  display: flex;
  justify-content: flex-end;
}
.mobile-tool-toggle {
  position: absolute;
  z-index: 8;
  top: 1rem;
  left: 1rem;
  box-sizing: border-box;
  width: 3.25rem;
  height: 2rem;
  transition: transform 0.4s;
}
.mobile-tool-toggle span {
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  border-radius: 5px;
}
.mobile-tool-toggle span:first-child {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-tool-toggle span {
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
}
.mobile-tool-toggle span:last-child {
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.is-showNavMob .mobile-tool-toggle {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  border: 3px solid #fff;
  top: 1rem;
}
.is-showNavMob .mobile-tool-toggle span {
  background-color: #fff;
  top: 1rem;
  height: 0.25rem;
  width: 80%;
  left: 0.25rem;
}
.is-showNavMob .mobile-tool-toggle span:first-child {
  -webkit-transform: rotate(45deg) translate(0, 0);
  -moz-transform: rotate(45deg) translate(0, 0);
  -ms-transform: rotate(45deg) translate(0, 0);
  -o-transform: rotate(45deg) translate(0, 0);
  transform: rotate(45deg) translate(0, 0);
}
.is-showNavMob .mobile-tool-toggle span:last-child {
  -webkit-transform: rotate(-45deg) translate(0, 0);
  -moz-transform: rotate(-45deg) translate(0, 0);
  -ms-transform: rotate(-45deg) translate(0, 0);
  -o-transform: rotate(-45deg) translate(0, 0);
  transform: rotate(-45deg) translate(0, 0);
}
.is-showNavMob .mobile-tool-toggle span:nth-child(2) {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.mobile-toggle-center .icon-menu {
  display: flex;
  width: 3rem;
  height: 80px;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 1rem;
  top: 0;
  transition: top ease 0.3s;
  float: left;
  background-color: #1f4e83;
}
.mobile-toggle-center .icon-menu span {
  background-color: #fff;
  width: 3rem;
  height: 0.3rem;
  position: absolute;
  transition: all 0.2s ease;
  left: 1rem;
  border-radius: 0.3rem;
}
.mobile-toggle-center .icon-menu span:after,
.mobile-toggle-center .icon-menu span:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.3rem;
}
.mobile-toggle-center .icon-menu span:before {
  transform: translateY(-0.75rem);
  transition: all 0.3s 0.1s ease;
  left: 0;
  left: 0;
}
.mobile-toggle-center .icon-menu span:after {
  transform: translateY(0.75rem);
  transition: all 0.3s 0.2s ease;
  left: 0;
  left: 0;
}
.mobile-toggle-center .icon-menu span {
  width: 3rem;
}
.mobile-toggle-center .icon-menu span:before {
  width: 2.5rem;
}
.mobile-toggle-center .icon-menu span:after {
  width: 2rem;
}
.is-showNavMob .mobile-toggle-center .icon-menu {
  justify-content: center;
  transition: top ease 0.3s;
}
.is-showNavMob .mobile-toggle-center .icon-menu span {
  background-color: #1c5fb0;
  justify-content: center;
  width: 0;
  right: initial;
  opacity: 0.8;
  transition: all 0.6s ease;
}
.is-showNavMob .mobile-toggle-center .icon-menu span:after,
.is-showNavMob .mobile-toggle-center .icon-menu span:before {
  width: 2.5rem;
  background-color: #fff;
}
.is-showNavMob .mobile-toggle-center .icon-menu span:before {
  transform: rotate(45deg);
}
.is-showNavMob .mobile-toggle-center .icon-menu span:after {
  transform: rotate(-45deg);
}
.is-showNavMob .mobile-toggle-center .icon-menu:hover span {
  width: 0;
  opacity: 1;
}
.is-showNavMob .mobile-toggle-center .icon-menu:hover span:before {
  transform: rotate(45deg);
}
.is-showNavMob .mobile-toggle-center .icon-menu:hover span:after {
  transform: rotate(-45deg);
}
.mobile-nav-wrap {
  position: absolute;
  z-index: 9;
  top: 0;
  height: 80px;
}
.mobile-nav {
  /* display: none; */
  position: fixed;
  z-index: 999;
  top: 80px;
  right: 0;
  left: 0;
  box-sizing: border-box;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #fff;
  background: rgba(11, 13, 25, 0.55);
  will-change: transform;
  transition: transform ease 0.35s;
  overflow: auto;
  overflow-x: hidden;
}
.is-showNavMob .mobile-nav {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  /* display: block; */
}
.is-showNavMob .nav-drawer-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 80%;
  background-color: #f6faff;
  overflow-y: auto;
  position: fixed;
  z-index: 9;
  height: calc(100% - 80px);
  font-size: 14px;
  line-height: 40px;
  overflow: auto;
  overflow-x: hidden;
}
.nav-drawer-items li {
  margin-bottom: 0.5rem;
  border-top: 1px #e9e6e4 solid;
  /* margin-left: 1.5rem; */
  /* margin-right: 1.5rem; */
  position: relative;
  line-height: 2.4;
  list-style: none;
  margin-top: 0.5rem;
}
.nav-drawer-items > li {
  font-size: 2rem;
}
.nav-drawer-items > li > ul {
  /* padding-left: 3rem; */
  display: none;
  overflow: hidden;
}
.nav-drawer-items > li > a {
  color: #313130;
  width: 80%;
}
.nav-drawer-items > li > a.sub_on {
  color: #1f4e83;
}
.nav-drawer-items > li > ul > li a {
  color: #666;
  display: block;
  text-align: left;
}
.nav-drawer-items > li > ul > li {
  font-size: 1.75rem;
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 0;
}
.nav-drawer-items > li > ul > li::before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #d8dee6;
  border-radius: 10px;
  position: absolute;
  left: 2rem;
  top: 0;
  right: auto;
  bottom: 0;
  margin: auto;
}
.nav-drawer-items > li > i.icon {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  border: 0.5rem solid transparent;
  border-left-color: #d0ccca;
  transition: all ease 0.35s;
}
.nav-drawer-items > li > i.icon_on {
  transform: rotate(90deg);
  right: 1.75rem;
  border-left-color: #3073d0;
}
.nav-drawer-items > li > i:hover svg {
  transform: rotate(0);
  fill: #c9141e;
}
.nav-drawer-items > li > ul > li {
  color: #dcd5d3;
}
.nav-drawer-items > li > ul > li:first-child {
  margin-top: 1rem;
}
.nav-drawer-items li ul li a {
  display: inline;
  padding: 0.25rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 2rem;
  /* margin-left: 1.5rem; */
}
.nav-drawer-items > li > a {
  display: inline;
  padding: 0.25rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-left: 1.5rem;
}
/* footer */
.footer-copyright {
  background-color: #2f73d2;
  height: unset;
  overflow: hidden;
}
.footer-copyright-info {
  width: 96%;
  margin: 2rem auto;
  font-size: 1.75rem;
  text-align: center;
  color: #e4ecf8;
}
.footer-copyright-info > li a {
  color: #e4ecf8;
  text-decoration: underline;
}
.footer-copyright-info > li:first-child span,
.footer-copyright-info > li:last-child a,
.footer-copyright-info > li:last-child span{
  display: block;
}
.conven-service {
  display: none;
}
.robot-wrap {
  top: 50%;
  height: 20rem;
}
.robot-box {
  top: 14rem;
  width: 8rem;
  height: 12rem;
}
.robot-box .robot-eye {
  top: 1.75rem;
}
.robot-eye img {
  width: 8rem;
}
.robot-body img {
  width: 8rem;
}
.robot-desc {
  height: 7.5rem;
  width: 33rem;
  padding: 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  right: 2rem;
  -webkit-box-shadow: 0 0 8px #bac7dc;
  box-shadow: 0 0 8px #bac7dc;
  background-color: #f2f7ff;
}
.robot-close {
  width: 3rem;
  height: 3rem;
}
.robot-close img {
  width: 100%;
  height: 100%;
}
.conven-service {
  display: block;
  top: 10% !important;
  bottom: unset;
  z-index: 999;
  left: 0;
  width: 5rem;
  height: 20rem;
}
.conven-service > dt {
  width: 5rem;
  height: 5rem;
}
.conven-service > dt img {
  width: 2.5rem;
  height: 2.5rem;
  padding: 1.25rem;
}
.conven-service > dd {
  height: 13rem;
  width: 5rem;
  font-size: 2rem;
  padding: 1.25rem 1.5rem;
}
.conven-service-box {
  left: 5rem;
  width: 21rem;
  display: none;
}
.conven-service-box > li > a {
  line-height: 5rem;
  padding-right: 1rem;
  padding-left: 2rem;
  font-size: 2rem;
}
.conven-service-box > li > a img {
  width: 2rem;
  margin-right: 1rem;
  margin-top: 1.75rem;
}
.conven-service-box > li.on > ul {
  visibility: hidden;
}
/*特殊分辨率处理*/
@media screen and (max-width: 600px) {
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 360px) {
}
